From: Matthias Clasen Date: Sun, 21 Feb 2016 05:48:56 +0000 (-0500) Subject: Add a release note about drawingarea background X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~3013 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=cee39bfd4684796624aa7566cc310f74698603bf;p=gtk%2B3.0.git Add a release note about drawingarea background --- diff --git a/README.in b/README.in index a7863bd06f..e15a52ba1d 100644 --- a/README.in +++ b/README.in @@ -90,6 +90,11 @@ Release notes for 3.20 and gtk_window_set_default_size() to restore the window size. See https://wiki.gnome.org/HowDoI/SaveWindowState for a detailed example. +* GtkDrawingArea used to implicitly render the theme background before + calling the ::draw handler. This is no longer the case. If you rely + on having a theme-provided background, call gtk_render_background() + from your ::draw handler. + Release notes for 3.18 ======================